www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Model\ComponentLabels\单选按钮控件\showmode_label.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:asp_label$end_newDsoft_label_type$
'$newDsoft_label_name$:$showmode$-ComponentLabel-$$end_newDsoft_label_name$
'$newDsoft_label_sql$: $end_newDsoft_label_sql$
'$newDsoft_label_params$:cangs,列表项配置,用$aspcpu_a$分开每项,每项中如11$aspcpu_b$22中,11是列表项名,22是列表值$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:在列表页里的标签$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:htmledxa:|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%><%
itmlist=$xxvar$cangs&""
if itmlist<>"" then

itmlist_p=split(itmlist,"|$aspcpu_a$|")
for aai=0 to ubound(itmlist_p)
itmlist_p_1=itmlist_p(aai)
itmlist_p_1_p=split(itmlist_p_1,"|$aspcpu_b$|")
itmlist_p_1_p_1=itmlist_p_1_p(0)
itmlist_p_1_p_2=itmlist_p_1_p(1)
%>
<%if cstr($listm$myvalue$&"")=cstr(itmlist_p_1_p_2&"") then response.write  itmlist_p_1_p_1&"&nbsp;"%>
<%
next

end if

%>